From: Gerhard E. <gu...@us...> - 2016-12-22 14:33:45
|
Update of /cvsroot/foo/foo/elkfoo/src In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv23594/elkfoo/src Modified Files: snd.m Log Message: G: added cString message in G_Make_Snd Index: snd.m =================================================================== RCS file: /cvsroot/foo/foo/elkfoo/src/snd.m,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** snd.m 28 Apr 2010 23:38:33 -0000 1.11 --- snd.m 22 Dec 2016 14:33:43 -0000 1.12 *************** *** 128,132 **** SND_T(snd)->type = Null; GC_Link(snd); ! SND_T(snd)->type = Intern((char*)[class description]); GC_Unlink; return snd; --- 128,132 ---- SND_T(snd)->type = Null; GC_Link(snd); ! SND_T(snd)->type = Intern((char*)[[class description] cString]); GC_Unlink; return snd; |