Don't try and obtain a value from a void function (fix build on -current)
This commit is contained in:
parent
835a7dd6a6
commit
4229e128ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68404
1 changed files with 11 additions and 0 deletions
11
x11/stockticker_applet/files/patch-ab
Normal file
11
x11/stockticker_applet/files/patch-ab
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/tick.c~ Sat Aug 19 12:56:47 2000
|
||||
+++ src/tick.c Sun Oct 20 02:43:29 2002
|
||||
@@ -377,7 +377,7 @@
|
||||
|
||||
offset=str+curr_len;
|
||||
|
||||
- args=va_start(args,fmt);
|
||||
+ va_start(args,fmt);
|
||||
|
||||
written=vsnprintf(offset,left,fmt,args);
|
||||
|
Loading…
Reference in a new issue