On 21.02.2010, at 14:06, Ian MacArthur wrote: > >> The recent changes to demo.cxx seem to be incomplete: >> >> Compiling demo.cxx... >> demo.cxx: In function 'int load_the_menu(const char*)': >> demo.cxx:434: error: expected primary-expression before '}' token >> demo.cxx:434: error: expected `;' before '}' token >> make[1]: *** [demo.o] Error 1 >> make: *** [all] Error 1 >> immpc4:/Volumes/Disk2/CVS_images/fltk-1.3 ian$ svnversion . >> 7125 > > > @@ -333,10 +431,15 @@ > fin = fopen(fname,"r"); > if (fin == NULL) > #endif > - return 0; <-- Think this needs added back in? >
Actually, no, the "if (fin..." line needs to be deleted as well, so the fallback works. Comitig the changes now. _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
