~ubuntu-branches/ubuntu/vivid/hyphen/vivid-proposed

« back to all changes in this revision

Viewing changes to substrings.c

  • Committer: Package Import Robot
  • Author(s): Rene Engelhard
  • Date: 2014-09-18 21:40:22 UTC
  • mfrom: (1.2.3)
  • Revision ID: package-import@ubuntu.com-20140918214022-sb8l8lk9ob42x41b
Tags: 2.8.8-1
* New upstream release

* fix second build in a row by removing Makefile.in hunk from patch.
  regen'ed anyway using dh-autoreconf 
* move from dpatch to 3.0 (quilt)

Show diffs side-by-side

added added

removed removed

Lines of Context:
202
202
      pat[j]=0;
203
203
      pattab_key[patterns]   = pat;
204
204
      pattab_val[patterns++] = org;
205
 
      if (patterns>MAXPATHS) die("to many base patterns");
 
205
      if (patterns>=MAXPATHS) die("to many base patterns");
206
206
    }
207
207
  }
208
208
  fclose(in);