The NetBSD Project

CVS log for pkgsrc/net/tsclient/Attic/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / net / tsclient

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: pkgsrc-2003Q4-base


Revision 1.4 / (download) - annotate - [select for diffs], Sun Nov 16 21:23:04 2003 UTC (20 years, 5 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.3: +4 -1 lines
Diff to previous 1.3 (colored)

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) {

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>