Update of /cvsroot/pure-data/packages/patches In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6801
Modified Files: loaderHEX-0.39-1.patch Log Message: hopefully got curly brackets correct...
Index: loaderHEX-0.39-1.patch =================================================================== RCS file: /cvsroot/pure-data/packages/patches/loaderHEX-0.39-1.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** loaderHEX-0.39-1.patch 13 Feb 2006 00:15:26 -0000 1.3 --- loaderHEX-0.39-1.patch 14 Mar 2006 12:38:44 -0000 1.4 *************** *** 108,112 **** + { + if ((fd = open_via_path(dirname, altname, sys_dllextent, ! + dirbuf, &nameptr, MAXPDSTRING, 1)) < 0) + + /* next try (alternative_classname)/(alternative_classname).(sys_dllextent) ... */ --- 108,112 ---- + { + if ((fd = open_via_path(dirname, altname, sys_dllextent, ! + dirbuf, &nameptr, MAXPDSTRING, 1)) < 0) { + + /* next try (alternative_classname)/(alternative_classname).(sys_dllextent) ... */ *************** *** 120,124 **** + { + return 0; ! + } + } + else --- 120,124 ---- + { + return 0; ! + } } + } + else