summaryrefslogtreecommitdiffstats
path: root/tools/plistutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/plistutil.c')
-rw-r--r--tools/plistutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/plistutil.c b/tools/plistutil.c
index bbce7c7..989db35 100644
--- a/tools/plistutil.c
+++ b/tools/plistutil.c
@@ -274,7 +274,7 @@ int main(int argc, char *argv[])
274 274
275 if (plist_out) 275 if (plist_out)
276 { 276 {
277 if (options->out_file != NULL && strcmp(options->out_file, "-")) 277 if (options->out_file != NULL && strcmp(options->out_file, "-") != 0)
278 { 278 {
279 FILE *oplist = fopen(options->out_file, "wb"); 279 FILE *oplist = fopen(options->out_file, "wb");
280 if (!oplist) { 280 if (!oplist) {