File 11.2.diff of Package kptc
diff -u --recursive --new-file kptc-0.2/kptc/modem.cpp kptc-0.2_new/kptc/modem.cpp --- kptc-0.2/kptc/modem.cpp 2009-11-01 21:50:46.000000000 +0000 +++ kptc-0.2_new/kptc/modem.cpp 2009-11-01 22:12:16.000000000 +0000 @@ -306,7 +306,7 @@ char lckf[128]; int lfh; pid_t lckpid; - char *devicename; + const char *devicename; char lckpidstr[20]; int nb; struct stat buf; @@ -372,7 +372,7 @@ device = qdev.data(); char lckf[128]; - char *devicename; + const char *devicename; devicename = strrchr(device, '/'); sprintf(lckf, "%s/%s%s", LF_PATH, LF_PREFIX, (devicename ? (devicename + 1) : device)); Dateien kptc-0.2/kptc/.modem.cpp.swp und kptc-0.2_new/kptc/.modem.cpp.swp sind verschieden.