getht-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getht-commit] arch commit: getht--mainline--0.1--patch-36


From: Nick
Subject: [Getht-commit] arch commit: getht--mainline--0.1--patch-36
Date: Thu, 3 Apr 2008 02:38:09 +0100
User-agent: Mutt/1.5.16 (2007-06-09)

Revision: getht--mainline--0.1--patch-36
Archive: address@hidden
Creator: Nick White <address@hidden>
Date: Thu Apr  3 02:37:43 BST 2008
Standard-date: 2008-04-03 01:37:43 GMT
Modified-files: src/issue.h src/tocxml.c src/xml.c
New-patches: address@hidden/getht--mainline--0.1--patch-36
Summary: Removed extraneous comments
Keywords: 

Removed obselete comments
M  src/issue.h
M  src/tocxml.c
M  src/xml.c

* modified files

--- orig/src/issue.h
+++ mod/src/issue.h
@@ -18,8 +18,6 @@
  * 
  */
 
-/* all sizes are in bytes and are child-inclusive */
-
 typedef struct
 {
        int year;


--- orig/src/tocxml.c
+++ mod/src/tocxml.c
@@ -204,7 +204,6 @@
 {
        xmlDocPtr file;
 
-//     if((file = xmlParseFile(filepath)) == NULL)
        if((file =  xmlReadFile(filepath, "ISO-8859-1", 0)) == NULL)
        {
                return 1;


--- orig/src/xml.c
+++ mod/src/xml.c
@@ -33,7 +33,6 @@
        if(access(filepath, R_OK) != 0)
                return 1;
 
-//     if((*file = xmlParseFile(filepath)) == NULL)
        if((*file = xmlReadFile(filepath, "ISO-8859-1", 0)) == NULL)
        {
                fprintf(stderr, "Error: cannot open xml file %s\n", filepath);







reply via email to

[Prev in Thread] Current Thread [Next in Thread]