~squid/squid/sbuf-tokenizer

« back to all changes in this revision

Viewing changes to src/String.cc

  • Committer: Francesco Chemolli
  • Date: 2013-12-29 16:40:22 UTC
  • mfrom: (13183.1.14 trunk)
  • Revision ID: kinkie@squid-cache.org-20131229164022-13dy6wl6qt0nha7g
MergedĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
376
376
        switch (ch) {
377
377
 
378
378
        case '\\':
379
 
            ++p;
 
379
            if (quoted)
 
380
                ++p;
380
381
 
381
382
            switch (*p) {
382
383