Changeset 4209


Ignore:
Timestamp:
Jul 18, 2012 10:21:00 AM (12 years ago)
Author:
ming
Message:

Fixed #1558: Bug in parsing quoted URI strings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib-util/src/pjlib-util/scanner.c

    r3553 r4209  
    394394                    /* break from main loop if we have odd number of backslashes */ 
    395395                    if (((unsigned)(q-r) & 0x01) == 1) { 
    396                         ++s; 
    397396                        break; 
    398397                    } 
Note: See TracChangeset for help on using the changeset viewer.