Subversion Repositories oidconverter

Rev

Rev 7 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7 Rev 10
Line 303... Line 303...
303
                #endif
303
                #endif
304
                bool fOK = false;
304
                bool fOK = false;
305
                int fSub = 0; // Subtract value from next number output. Used when encoding {2 48} and up
305
                int fSub = 0; // Subtract value from next number output. Used when encoding {2 48} and up
306
 
306
 
307
                while (*p) {
307
                while (*p) {
308
                        if (*p != '.' && *p != '\r' && *p != '\n' && *p != '\x20' && *p != '\t') {
308
                        if (*p != '.' && *p != ':' && *p != '\r' && *p != '\n' && *p != '\x20' && *p != '\t') {
309
                                *q++ = *p;
309
                                *q++ = *p;
310
                        }
310
                        }
311
                        p++;
311
                        p++;
312
                }
312
                }
313
                *q = '\0';
313
                *q = '\0';