~ubuntu-branches/debian/sid/varnish/sid

« back to all changes in this revision

Viewing changes to lib/libvcl/vcc_token.c

  • Committer: Package Import Robot
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2011-10-29 15:23:24 UTC
  • mfrom: (0.1.15)
  • Revision ID: package-import@ubuntu.com-20111029152324-tdtlsurrv22ysknj
Tags: 3.0.2-1
* New upstream release
* Build from upstream tarball instead of git tag
* debian/watch: more specific regular expression

Show diffs side-by-side

added added

removed removed

Lines of Context:
492
492
                        continue;
493
493
                }
494
494
 
495
 
                /* Match strings, with \\ and \" escapes */
 
495
                /* Match strings */
496
496
                if (*p == '"') {
497
497
                        for (q = p + 1; q < sp->e; q++) {
498
498
                                if (*q == '"') {