mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 20:40:13 -04:00
12 lines
346 B
Plaintext
12 lines
346 B
Plaintext
$NetBSD: patch-aa,v 1.4 2008/08/02 20:36:50 dholland Exp $
|
|
|
|
--- format.cc~ 2004-01-12 04:32:01.000000000 -0500
|
|
+++ format.cc 2008-08-02 16:35:59.000000000 -0400
|
|
@@ -405,5 +405,5 @@ void fdisplay(char *type, int server, in
|
|
}
|
|
|
|
int fexists(const char *type) {
|
|
- return (int)hash_get(&formats,type);
|
|
+ return hash_get(&formats,type) != NULL;
|
|
}
|