Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201186
b: refs/heads/master
c: 58f915a
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Boyd authored and Michal Marek committed Jul 23, 2010
1 parent 5900353 commit 182d17b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b003afe32f608b8d9f9a898b36514dfbf374fd3a
refs/heads/master: 58f915a311c1eac464e0e1caca2f85a05b66c930
2 changes: 1 addition & 1 deletion trunk/scripts/kconfig/nconf.gui.c
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ void fill_window(WINDOW *win, const char *text)
int len = get_line_length(line);
strncpy(tmp, line, min(len, x));
tmp[len] = '\0';
mvwprintw(win, i, 0, tmp);
mvwprintw(win, i, 0, "%s", tmp);
}
}

Expand Down

0 comments on commit 182d17b

Please sign in to comment.