---
> Clength+7)==0) {
> char *path = (char *)strdup(&tline[Clength + 7]);
> char *ptr1 = path;
> char *ptr2 = path + strlen(path) - 1;
> while (isspace(*ptr1)) ptr1++; /* trim left */
> while (isspace(*ptr2)) ptr2--; /* trim right */
> *(ptr2 + 1) = 0;
> if (mystrncasecmp(ptr1, "None", 4) == 0) {
62c68
< UpdateString(&mailpath, &tline[Clength+11]);
---
> UpdateString(&mailpath, ptr1);
63a70
> free(path);
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Thu Feb 12 1998 - 02:29:25 GMT
This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:38:01 BST