Hi Oliver,
On Sat, 09 Jun 2001 09:48:00 +0200, Oliver Rauch wrote:
>I applied this patch to sane-frontends/src/gtkglue.c to SANE-CVS.
>+#ifdef OS2
>+ case ':':
>+ buf[len++] = '+';
>+ buf[len++] = '_';
>+ break;
>+#endif
Works, but it would be better if there is no
+ buf[len++] = '+';
because of the special meaning of '+' for example
in copy commands:
I cant use 'copy foo+1.ext bar.ext'
I have to type 'copy "foo+1.ext" bar.ext'
instead.
I don't know what it's good for anyway.
Bye,
Franz
-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com
This archive was generated by hypermail 2b29 : Sat Jun 09 2001 - 06:50:42 PDT