X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fmessage.c;h=0ca2749d6713b4ec245bae604cdd2e00e7e66c36;hb=3da49359c52cb783db907cc197847bbd5e721c97;hp=8bd6af956ddf55153df8cbbf11c4220f24a0c450;hpb=38993354cabb6fc37bb882be92f9a49e9aeb4c88;p=pspp diff --git a/src/libpspp/message.c b/src/libpspp/message.c index 8bd6af956d..0ca2749d67 100644 --- a/src/libpspp/message.c +++ b/src/libpspp/message.c @@ -271,7 +271,7 @@ process_msg (const struct msg *m) void msg_emit (struct msg *m) { - if ( s_stream ) + if ( s_stream && m->where.file_name == NULL ) { struct msg_locator loc;