summaryrefslogtreecommitdiff
path: root/wm/pwm/patches/patch-ad
blob: bd6133119b71a08b16df3aa43a365ff93caf525a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ad,v 1.3 2001/08/21 08:17:40 abs Exp $

--- libtu/tester.c.orig	Mon Aug 20 22:05:33 2001
+++ libtu/tester.c
@@ -18,7 +18,7 @@
 	
 	libtu_init(argv[0]);
 	
-	if(!(tokz=tokz_open_file(stdin)))
+	if(!(tokz=tokz_open_file(stdin, NULL)))
 		return EXIT_FAILURE;
 
 	while(tokz_get_token(tokz, &tok)){