Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234389
b: refs/heads/master
c: cdb0861
h: refs/heads/master
i:
  234387: d911c96
v: v3
  • Loading branch information
Yinghai Lu authored and Arnaldo Carvalho de Melo committed Feb 1, 2011
1 parent 5054803 commit 43658c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 978f626c4e5b9524d1898788d8e34d86dfa00795
refs/heads/master: cdb0861c85c03fe80f4da033aab69df949579dc6
6 changes: 3 additions & 3 deletions trunk/tools/perf/util/ui/libslang.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@

#if SLANG_VERSION < 20104
#define slsmg_printf(msg, args...) \
SLsmg_printf((char *)msg, ##args)
SLsmg_printf((char *)(msg), ##args)
#define slsmg_write_nstring(msg, len) \
SLsmg_write_nstring((char *)msg, len)
SLsmg_write_nstring((char *)(msg), len)
#define sltt_set_color(obj, name, fg, bg) \
SLtt_set_color(obj,(char *)name, (char *)fg, (char *)bg)
SLtt_set_color(obj,(char *)(name), (char *)(fg), (char *)(bg))
#else
#define slsmg_printf SLsmg_printf
#define slsmg_write_nstring SLsmg_write_nstring
Expand Down

0 comments on commit 43658c7

Please sign in to comment.