[Guardsoft-cvs] guard/src/dbgsrv cbclnt_soc.c,1.13,1.14
Brought to you by:
jarrah
|
From: Greg W. <ja...@us...> - 2005-05-02 19:07:54
|
Update of /cvsroot/guardsoft/guard/src/dbgsrv In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11881 Modified Files: cbclnt_soc.c Log Message: Use fprintf. Index: cbclnt_soc.c =================================================================== RCS file: /cvsroot/guardsoft/guard/src/dbgsrv/cbclnt_soc.c,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** cbclnt_soc.c 23 Jul 2002 15:59:00 -0000 1.13 --- cbclnt_soc.c 2 May 2005 19:07:43 -0000 1.14 *************** *** 179,183 **** break; } - if ( cb != (cb_t *)NULL ) { --- 179,182 ---- *************** *** 218,222 **** else { ! printf("unknown command: %s\n",command); } } --- 217,221 ---- else { ! fprintf(stderr, "unknown command: %s\n",command); } } |