about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fix-ng/fix.sdf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fix-ng/fix.sdf b/src/fix-ng/fix.sdf
index 0cc486e14d80..30f9306863c9 100644
--- a/src/fix-ng/fix.sdf
+++ b/src/fix-ng/fix.sdf
@@ -100,7 +100,7 @@ exports
     "\"" ~[\n\"]* "\"" -> Str
 
     PathComp ("/" PathComp)+ -> Path
-    [a-zA-Z0-9\.\_\-]+ -> PathComp
+    [a-zA-Z0-9\.\_\-\+]+ -> PathComp
 
     "true" -> Bool
     "false" -> Bool