diff options
author | Guillem Jover <guillem@debian.org> | 2008-09-08 03:03:56 +0300 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2008-09-14 05:57:45 +0300 |
commit | c775ee880e31420e66073fa0c8b05fc23485c2ca (patch) | |
tree | 3ad2c8d4a13d3d4fe0fa5ab3fe2864b25cb8ca18 /lib | |
parent | 9bf0b5bcc29dca312f4888532d67671a54fda180 (diff) | |
download | dpkg-c775ee880e31420e66073fa0c8b05fc23485c2ca.tar.gz |
libdpkg: Remove out of sync comment
Diffstat (limited to 'lib')
-rw-r--r-- | lib/dpkg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dpkg.h b/lib/dpkg.h index 59148e7f0..e732e88b8 100644 --- a/lib/dpkg.h +++ b/lib/dpkg.h @@ -99,7 +99,7 @@ DPKG_BEGIN_DECLS #define IMPORTANTTMP "tmp.i" #define REASSEMBLETMP "reassemble" DEBEXT #define IMPORTANTMAXLEN 10 -#define IMPORTANTFMT "%04d" /* change => also change lib/database.c:cleanup_updates */ +#define IMPORTANTFMT "%04d" #define MAXUPDATES 250 #define MAINTSCRIPTPKGENVVAR "DPKG_MAINTSCRIPT_PACKAGE" |