r16400 - gnucash/trunk/src/gnome-utils - Let gnc_html_parse_url grok Windows filenames, #462567.

Andreas Köhler andi5 at cvs.gnucash.org
Tue Aug 7 06:28:49 EDT 2007


Author: andi5
Date: 2007-08-07 06:28:47 -0400 (Tue, 07 Aug 2007)
New Revision: 16400
Trac: http://svn.gnucash.org/trac/changeset/16400

Modified:
   gnucash/trunk/src/gnome-utils/gnc-html.c
Log:
Let gnc_html_parse_url grok Windows filenames, #462567.

Change the regular expression that should match the protocol in a given
URL so that it requires at least two characters and C:\ or C:/ will not
be interpreted as [prot=C, path=\] (or path=/, resp.).  Also replace two
hard-coded slash operations by g_path_is_absolute and g_build_filename.




More information about the gnucash-patches mailing list