mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-06 13:58:53 +00:00
12 lines
233 B
Diff
12 lines
233 B
Diff
|
--- a/bc/execute.c
|
||
|
+++ b/bc/execute.c
|
||
|
@@ -595,7 +595,7 @@ input_char (void)
|
||
|
if (in_ch == '.' || in_ch == '+' || in_ch == '-')
|
||
|
return (in_ch);
|
||
|
if (in_ch <= ' ')
|
||
|
- return (' ');
|
||
|
+ return (':');
|
||
|
|
||
|
return (':');
|
||
|
}
|