1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Description: bump ck_patch.
As we have modified the source, set ck_patch to document this.
Forwarded: not-needed
Author: Ian Beckwith <ianb@debian.org>
Last-Update: 2012-05-09
Index: ckermit/ckcmai.c
===================================================================
--- ckermit.orig/ckcmai.c 2012-01-28 23:09:40.000000000 +0000
+++ ckermit/ckcmai.c 2012-05-09 02:21:01.000000000 +0100
@@ -113,7 +113,7 @@
#endif /* OS2 */
char *ck_s_who = ""; /* Where customized, "" = not. */
-char *ck_patch = ""; /* Patch info, if any. */
+char *ck_patch = "1"; /* Patch info, if any. */
#define CKVERLEN 128
char versiox[CKVERLEN]; /* Version string buffer */
|