/[monit]/monit/util.c
ViewVC logotype

Diff of /monit/util.c

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

revision 1.165 by hauk, Sat Oct 29 15:36:59 2005 UTC revision 1.166 by hauk, Sat Oct 29 17:16:14 2005 UTC
# Line 414  void Util_handleEscapes(char *buf) { Line 414  void Util_handleEscapes(char *buf) {
414            editpos++;            editpos++;
415            break;            break;
416                        
417          case 'x':          case '0':
418            *(buf+insertpos)=x2c(&buf[editpos+2]);            if(*(buf+editpos+2)=='x') {
419            editpos+=3;              *(buf+insertpos)=x2c(&buf[editpos+3]);
420                editpos+=4;
421              }
422            break;            break;
423                        
424          case '\\':          case '\\':

Legend:
Removed from v.1.165  
changed lines
  Added in v.1.166

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26