File: fix-implicit-int.patch

package info (click to toggle)
crack 5.0a-19
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,248 kB
  • sloc: ansic: 7,445; perl: 1,375; sh: 1,066; makefile: 216
file content (15 lines) | stat: -rw-r--r-- 352 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Fix implicit-int errors
Author: Sven Geuer <sge@debian.org>
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074890
Forwarded: not-needed
Last-Update: 2024-08-17
--- a/src/util/cracker.c
+++ b/src/util/cracker.c
@@ -671,6 +671,7 @@
 
 FILE *
 OpenDictStream(number)
+int number;
 {
     FILE *fp;
     char tbuf[STRINGSIZE];