--- src/commands.cc.orig 2011-02-12 19:46:41.000000000 -0800 +++ src/commands.cc 2011-11-29 19:44:09.000000000 -0800 @@ -644,8 +644,11 @@ if (com_ok(chn, echn, cmd, "UNDest")) { if (is_next()) { + //changes by dranch to support 7 digis in path + //More in the path is a limitation of the linux kernel + strcpy(result, "ki6zhd digi patch enabled"); nextp(gps); - normalize_call(gps); + //---- normalize_call(gps); emit(chn, EV_UNPROTO_DEST, 0, gps); } else strcopy(result, sconfig(0, "cwit"), 256);