/[svn]/liblscp/trunk/src/common.c
ViewVC logotype

Diff of /liblscp/trunk/src/common.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 952 by capela, Tue Nov 28 22:46:32 2006 UTC revision 963 by capela, Sun Dec 3 18:30:04 2006 UTC
# Line 231  lscp_status_t lscp_client_call ( lscp_cl Line 231  lscp_status_t lscp_client_call ( lscp_cl
231                                          // Get the error number...                                          // Get the error number...
232                                          pszToken = lscp_strtok(NULL, pszSeps, &(pch));                                          pszToken = lscp_strtok(NULL, pszSeps, &(pch));
233                                          if (pszToken) {                                          if (pszToken) {
234                                                  iErrno = atoi(pszToken);                                                  iErrno = atoi(pszToken) + 100;
235                                                  // And make the message text our final result.                                                  // And make the message text our final result.
236                                                  pszResult = lscp_strtok(NULL, pszSeps, &(pch));                                                  pszResult = lscp_strtok(NULL, pszSeps, &(pch));
237                                          }                                          }

Legend:
Removed from v.952  
changed lines
  Added in v.963

  ViewVC Help
Powered by ViewVC