rush: 1.7 -> 1.8 (#20424)

This commit is contained in:
Lancelot SIX
2016-11-15 14:33:56 +01:00
committed by zimbatm
parent 1958f07c63
commit 39297fa36b
3 changed files with 15 additions and 16 deletions

View File

@@ -0,0 +1,12 @@
diff -Nur rush-1.8.orig/lib/wordsplit.c rush-1.8/lib/wordsplit.c
--- rush-1.8.orig/lib/wordsplit.c 2016-08-18 20:11:43.000000000 +0200
+++ rush-1.8/lib/wordsplit.c 2016-11-14 14:37:02.976177414 +0100
@@ -2330,7 +2330,7 @@
break;
default:
- wsp->ws_error (wordsplit_strerror (wsp));
+ wsp->ws_error ("%s", wordsplit_strerror (wsp));
}
}