From dc972ec120320cc9e781cd0c7197b61014c38ec6 Mon Sep 17 00:00:00 2001 From: MissValeska Date: Sat, 29 Mar 2014 15:10:39 -0700 Subject: [PATCH] Old stuff --- src/mark.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mark.c b/src/mark.c index 9533d3e..fbfde2f 100644 --- a/src/mark.c +++ b/src/mark.c @@ -325,7 +325,7 @@ int store_rules() return 0; } else { - error("This is store_rules, And the value of t is: %p", t); + error("This is store_rules, And the value of t is: %p", t); commit_rules(&t); error("In store_rules: %s.",iptc_strerror(errno)); err_ret(ERR_NETSTO,-1);