[Libphidget-cvs-commits] CVS: libphidget/src/libphidget phidget.c,1.16,1.17
Status: Alpha
Brought to you by:
jstrohm
From: Jack S. <js...@us...> - 2002-12-13 22:57:30
|
Update of /cvsroot/libphidget/libphidget/src/libphidget In directory sc8-pr-cvs1:/tmp/cvs-serv24353/libphidget Modified Files: phidget.c Log Message: Fixed spelling mistake Index: phidget.c =================================================================== RCS file: /cvsroot/libphidget/libphidget/src/libphidget/phidget.c,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** phidget.c 13 Dec 2002 22:10:26 -0000 1.16 --- phidget.c 13 Dec 2002 22:57:23 -0000 1.17 *************** *** 408,412 **** memcpy(_typeList[_typeCount].name, name, len); ! _typeList[_typeCount].name[63] = 0; _typeCount++; --- 408,412 ---- memcpy(_typeList[_typeCount].name, name, len); ! _typeList[_typeCount].name[len] = 0; _typeCount++; |