Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143161
b: refs/heads/master
c: 612c280
h: refs/heads/master
i:
  143159: 5533ac5
v: v3
  • Loading branch information
Sam Ravnborg committed Apr 11, 2009
1 parent 432a3a9 commit 01e864f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 79ff807cf23ffb527f3f35bdececf56cabcdee07
refs/heads/master: 612c280ef2400c70ea2fd8f2e17549c95002368c
4 changes: 4 additions & 0 deletions trunk/scripts/kconfig/kxgettext.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ static char *escape(const char* text, char *bf, int len)
++text;
goto next;
}
else if (*text == '\\') {
*bfp++ = '\\';
len--;
}
*bfp++ = *text++;
next:
--len;
Expand Down

0 comments on commit 01e864f

Please sign in to comment.