]> code.citadel.org Git - citadel.git/commitdiff
*** empty log message ***
authorArt Cancro <ajc@citadel.org>
Fri, 20 May 2005 13:59:03 +0000 (13:59 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 20 May 2005 13:59:03 +0000 (13:59 +0000)
rss2ctdl/main.c

index 27d993d97a06473e09a66e1c8e38f29d4c0b89a0..7ad8fc537d65b9002a1268dc17fefbc24ae51883 100644 (file)
@@ -155,9 +155,9 @@ int main (int argc, char *argv[]) {
                        if (itemptr->data->title != NULL) {
                                MD5Update(&md5context, itemptr->data->title, strlen(itemptr->data->title));
                        }
-                       if (itemptr->data->description != NULL) {
-                               MD5Update(&md5context, itemptr->data->description, strlen(itemptr->data->description));
-                       }
+                       //if (itemptr->data->description != NULL) {
+                               //MD5Update(&md5context, itemptr->data->description, strlen(itemptr->data->description));
+                       //}
                        if (itemptr->data->link != NULL) {
                                MD5Update(&md5context, itemptr->data->link, strlen(itemptr->data->link));
                        }