From: <pa...@us...> - 2003-10-13 14:49:07
|
Update of /cvsroot/fuse-emulator/fuse In directory sc8-pr-cvs1:/tmp/cvs-serv25465 Modified Files: fuse.c Log Message: Add libspectrum version to the creator custom data. Index: fuse.c =================================================================== RCS file: /cvsroot/fuse-emulator/fuse/fuse.c,v retrieving revision 1.92 retrieving revision 1.93 diff -C2 -d -r1.92 -r1.93 *** fuse.c 13 Oct 2003 14:26:52 -0000 1.92 --- fuse.c 13 Oct 2003 14:49:00 -0000 1.93 *************** *** 284,289 **** } ! snprintf( custom, 256, "uname: %s %s %s\n", buf.sysname, buf.machine, ! buf.release ); error = libspectrum_creator_set_custom( fuse_creator, --- 284,290 ---- } ! snprintf( custom, 256, "libspectrum: %s\nuname: %s %s %s", ! libspectrum_version(), ! buf.sysname, buf.machine, buf.release ); error = libspectrum_creator_set_custom( fuse_creator, |