Displaying 2 results from an estimated 2 matches for "trailing_slash".
2002 Feb 14
1
HP/UX 11 bug
...ry host:/foo/bar/
Here's a patch which, at least, doesn't seem to do any harm on Solaris
or Linux and fixes the problem on HP.
Cheers,
Mark
--- util.c.OLD Tue Jan 29 15:25:08 2002
+++ util.c Tue Jan 29 15:30:03 2002
@@ -542,6 +542,7 @@
return;
#else
extern int sanitize_paths;
+ int trailing_slash = 0;
glob_t globbuf;
int i;
@@ -559,10 +560,25 @@
globfree(&globbuf);
return;
}
- for (i=0; i<(maxargs - (*argc)) && i < (int) globbuf.gl_pathc;i++) {
+
+ /* remember pattern's trailing '/' (HP/UX glob(3) leaves it off matches) */
+ if (*(argv[*argc] + st...
2007 Jun 30
8
attachment_fu not working on Textdrive
I have attachment_fu working on my local Windows machine (localhost:
3000)
But when I transfer it to Textdrive (Solaris), it doesn''t work. Any
ideas?
Give it a shot: http://haloresearch.textdriven.com:8217/raw_data_files/new
I haven''t got the logger working yet on TextDrive, but that will be my
next step. Any suggestion on what things to look at first?
Chirag