diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-12-01 21:07:32 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-12-01 21:07:32 (GMT) |
commit | 106e06d33196ca124d6d27cc00a5898d6f96121d (patch) | |
tree | b5f04abc246f3514a0cce4f06a42708dc7ece62c /src/common | |
parent | 1c9e36639b949cc765dab316825f9fec7af85a6e (diff) |
Handled relative paths when loading and saving binary contents in projects.
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/xml.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/xml.h b/src/common/xml.h index 60891f7..674bfd4 100644 --- a/src/common/xml.h +++ b/src/common/xml.h @@ -34,7 +34,6 @@ - /* Crée un nouveau fichier XML. */ bool create_new_xml_file(xmlDocPtr *, xmlXPathContextPtr *); |