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

--- libtu/tester2.c.orig	Mon Aug 20 22:07:00 2001
+++ libtu/tester2.c
@@ -59,7 +59,7 @@
 			 
 int main(int argc, char *argv[])
 {
-	libtu_init_argv0(argv[0], NULL);
+	libtu_init(argv[0]);
 	parse_config_file(stdin, opts, TOKZ_ERROR_TOLERANT);
 	
 	return EXIT_SUCCESS;