You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-dialup/dial/files/dial-1.2-gcc3.3.patch

14 lines
512 B

diff -ur dial-1.2.orig/src/dial.c dial-1.2/src/dial.c
--- dial-1.2.orig/src/dial.c 2003-11-28 13:24:13.000000000 +1300
+++ dial-1.2/src/dial.c 2003-11-28 13:25:12.000000000 +1300
@@ -162,8 +162,7 @@
snprintf(rcfile, MAXPATHLEN, "%s/.dialrc", home);
#else
if (strlen(home) + strlen("/.dialrc") + 1 > MAXPATHLEN) {
- fprintf(stderr, "$HOME environment variable too
- long\n");
+ fprintf(stderr, "$HOME environment variable too long\n");
return 1;
}
sprintf(rcfile, "%s/.dialrc", home);