From 6e9fb4f35118abb02e9e7da1c299f2cf41170bbb Mon Sep 17 00:00:00 2001 From: uau Date: Tue, 25 Jul 2006 07:08:34 +0000 Subject: Regular expression for conversions had 'P' instead of 'p', fixed to recognize %p. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19182 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/mphelp_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TOOLS') diff --git a/TOOLS/mphelp_check.py b/TOOLS/mphelp_check.py index 00e6bc6746..ca4bb02ccb 100755 --- a/TOOLS/mphelp_check.py +++ b/TOOLS/mphelp_check.py @@ -30,7 +30,7 @@ def parse(filename): return r def compare(base, other, show_missing=False): - r = re.compile('%[^diouxXeEfFgGaAcsPn%]*[diouxXeEfFgGaAcsPn%]') + r = re.compile('%[^diouxXeEfFgGaAcspn%]*[diouxXeEfFgGaAcspn%]') missing = [] for key in base: if key not in other: -- cgit v1.2.3