File sblim-cmpi-crashdump-2.0.0-compare.patch of Package sblim-cmpi-crashdump

diff -wruN ../orig-sblim-cmpi-crashdump-2.0.0/Linux_OSCrashDumpCapture.c ./Linux_OSCrashDumpCapture.c
--- ../orig-sblim-cmpi-crashdump-2.0.0/Linux_OSCrashDumpCapture.c	2009-09-24 12:43:51.000000000 +0200
+++ ./Linux_OSCrashDumpCapture.c	2010-02-02 13:12:09.000000000 +0100
@@ -47,7 +47,7 @@
 			&tmpbuf,
 			NULL);
 	if (rc == 0 ) {
-		if (tmpbuf[0] != "") {
+		if (tmpbuf[0] != 0) {
 			freeresultbuf(tmpbuf);
 			return REDHAT;
 		}
@@ -60,7 +60,7 @@
 			&tmpbuf,
 			NULL);
 	if (rc == 0 ) {
-		if (tmpbuf[0] != "") {
+		if (tmpbuf[0] != 0) {
 			freeresultbuf(tmpbuf);
 			return SUSE;
 		}
openSUSE Build Service is sponsored by