Fix a number of accidental tqStatus string conversions

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1249829 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent b12c7d1d6b
commit fc58305a1a

@ -304,7 +304,7 @@ readit:
char buff2[1024];
if (fgets(buff2, sizeof(buff), f) == NULL)
break;
if (strstr(buff2, "tqStatus:") != NULL ||
if (strstr(buff2, "Status:") != NULL ||
strstr(buff2, "state:") != NULL) {
if (strstr(buff2, "on-line") != NULL) {
fclose(f);

Loading…
Cancel
Save