# HG changeset patch
# User jfp  <jf.pieronne@laposte.net>
# Date 1587895167 -7200
#      Sun Apr 26 11:59:27 2020 +0200
# Node ID 8a789fd508522b42ebb276367026455a449a1fc0
# Parent  3eb95908b332da99c695e18db932752a44c61e49
Fix incorrect character in export format string

diff --git a/secrules/rules14.py b/secrules/rules14.py
--- a/secrules/rules14.py
+++ b/secrules/rules14.py
@@ -49,7 +49,7 @@
                 for f in fi:
                     if hasPriv:
                         if fmt:
-                            print >>fo, '1401�2�', f
+                            print >>fo, '1401"2"', f
                         else:
                             print >>fo, f
                             if priv: print >>fo, priv