From: <st...@us...> - 2003-06-18 21:13:16
|
Update of /cvsroot/iaxclient/iaxclient/simpleclient/wx In directory sc8-pr-cvs1:/tmp/cvs-serv1960 Modified Files: wx.cc Log Message: typo when commenting out debug. Index: wx.cc =================================================================== RCS file: /cvsroot/iaxclient/iaxclient/simpleclient/wx/wx.cc,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- wx.cc 18 Jun 2003 21:00:28 -0000 1.34 +++ wx.cc 18 Jun 2003 21:13:13 -0000 1.35 @@ -519,8 +519,7 @@ strncpy( pass , tok.GetNextToken().c_str(), 256); strncpy( host , tok.GetNextToken().c_str(), 256); - //fprintf(stderr, "Registering user %s pass %s host %s\n", - user, pass, host); + //fprintf(stderr, "Registering user %s pass %s host %s\n", user, pass, host); iaxc_register(user, pass, host); } } |