Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 355153
b: refs/heads/master
c: 8baaa26
h: refs/heads/master
i:
  355151: 173352e
v: v3
  • Loading branch information
Chen Gang authored and Kukjin Kim committed Jan 31, 2013
1 parent f904b53 commit 9ab35a1
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: 29fb58dc3cf2d4ada1a32eb9b000c18871d9b691
refs/heads/master: 8baaa265c5e8e378cb60164f47e24bf296a6d685
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-samsung/pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ void s3c_pm_dbg(const char *fmt, ...)
char buff[256];

va_start(va, fmt);
vsprintf(buff, fmt, va);
vsnprintf(buff, sizeof(buff), fmt, va);
va_end(va);

printascii(buff);
Expand Down

0 comments on commit 9ab35a1

Please sign in to comment.