]> granicus.if.org Git - nethack/commitdiff
ll_achieve_msg.llflag
authorPatR <rankin@nethack.org>
Sat, 5 Mar 2022 08:31:36 +0000 (00:31 -0800)
committerPatR <rankin@nethack.org>
Sat, 5 Mar 2022 08:31:36 +0000 (00:31 -0800)
Fix another type mismatch with the livelog code; make the flags field
in ll_achieve_msg match the one in gavelog_line.

src/insight.c

index 5968df39da29878d356be18d237c30da6a8340a3..f41d77d24924841c47ee1571236c91f5456baf17 100644 (file)
@@ -46,7 +46,7 @@ static const char have_been[] = "have been ", have_never[] = "have never ",
 
 /* for livelogging: */
 struct ll_achieve_msg {
-    unsigned long llflag;
+    long llflag;
     const char *msg;
 };
 /* ordered per 'enum achievements' in you.h */