summaryrefslogtreecommitdiff
path: root/community/ccze/ccze-fix-segfault.diff
blob: b2ca7d81570adeba850b7c80ea08b92612d0c69f (plain)
1
2
3
4
5
6
7
8
9
10
11
--- src/ccze.c.orig	2003-05-13 20:09:30.000000000 +0200
+++ src/ccze.c	2010-08-29 18:14:53.000000000 +0200
@@ -212 +212 @@
-      plugin = strtok (optarg, "=");
+      plugin = strtok (arg, "=");
@@ -252 +252 @@
-      subopts = optarg;
+      subopts = arg;
@@ -276 +276 @@
-      subopts = optarg;
+      subopts = arg;