summaryrefslogtreecommitdiff
path: root/lang/python23-pth
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2003-11-16 21:23:04 +0000
committeragc <agc@pkgsrc.org>2003-11-16 21:23:04 +0000
commit7a13fe3ac52f989ed643c81cfa83041e39af5abf (patch)
tree016da5d40a017082be3848e6628547df8c932b9f /lang/python23-pth
parentc00f2cd215f7438808d2aae8837418389476536b (diff)
downloadpkgsrc-7a13fe3ac52f989ed643c81cfa83041e39af5abf.tar.gz
Use DIST_SUBDIR to version the distfile, as they modified the contents of
the distfile without bumping the version number on it. Differences from previous version is (the modification to the comment is mine): --- old/tsclient-0.124/src/support.c 2003-09-16 05:52:51.000000000 +0100 +++ new/tsclient-0.124/src/support.c 2003-10-18 19:18:47.000000000 +0100 @@ -482,7 +482,7 @@ // do this [....] for all modes sprintf(buffer, "%s", (char*)g_strescape(rdp->full_address, NULL)); - buffer[strlen(buffer)-4] = '\0'; + //buffer[strlen(buffer)-4] = '\0'; c_argv[c_argc++] = g_strdup (buffer); } else if (rdp->protocol == 2) { @@ -542,7 +542,7 @@ c_argv[c_argc++] = strdup(buffer); sprintf(buffer, "%s", (char*)g_strescape(rdp->full_address, NULL)); - buffer[strlen(buffer)-2] = '\0'; + //buffer[strlen(buffer)-2] = '\0'; c_argv[c_argc++] = strdup(buffer); } else if (rdp->protocol == 3) {
Diffstat (limited to 'lang/python23-pth')
0 files changed, 0 insertions, 0 deletions