diff options
| author | Stefan Roese <[email protected]> | 2007-06-04 08:17:29 +0200 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2007-06-04 08:17:29 +0200 |
| commit | d7d5204ce2e0985ff2dfdf3a6b5b6a526cdb1c1e (patch) | |
| tree | c71da8013140d7bd5024dcde5f9cd075d4c012e2 /common | |
| parent | 7ebb4479b07ff294eb4d76e420753a0349f7c93b (diff) | |
| parent | 19bf91f9628f80a55d4f171df71041574882b3d6 (diff) | |
Merge with git://www.denx.de/git/u-boot.git
Diffstat (limited to 'common')
| -rw-r--r-- | common/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/main.c b/common/main.c index d8c00549548..09ee64b8131 100644 --- a/common/main.c +++ b/common/main.c @@ -1191,6 +1191,8 @@ static void process_macros (const char *input, char *output) if (outputcnt) *output = 0; + else + *(output - 1) = 0; #ifdef DEBUG_PARSER printf ("[PROCESS_MACROS] OUTPUT len %d: \"%s\"\n", |
