diff options
author | Andrew Burt <isis!aburt> | 1988-01-25 23:31:23 +0000 |
---|---|---|
committer | Larry Wall <lwall@jpl-devvax.jpl.nasa.gov> | 1988-01-25 23:31:23 +0000 |
commit | f9ad74367ccb11e91fbda2bb7702039bcde360ce (patch) | |
tree | c599962a665e41d2306c945b66de9bdb4ba58a06 /patchlevel.h | |
parent | be04251a8346b991e162b668d84d5cf1aa6e8501 (diff) | |
download | perl-f9ad74367ccb11e91fbda2bb7702039bcde360ce.tar.gz |
perl 1.0 patch 6: printf doesn't finish processing format string when out of args.
printf "%% %d %%", 1; produces "% 1 %%", which is counterintuitive.
Diffstat (limited to 'patchlevel.h')
-rw-r--r-- | patchlevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patchlevel.h b/patchlevel.h index 51d80f3b8e..fb8ed65ede 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -1 +1 @@ -#define PATCHLEVEL 5 +#define PATCHLEVEL 6 |