Skip to content

Commit

Permalink
issue supercollider#3392: undo change I'm not certain about
Browse files Browse the repository at this point in the history
  • Loading branch information
shimpe committed Jan 9, 2018
1 parent 994bd92 commit 19dcb35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/scsynth/SC_World.cpp
Expand Up @@ -1287,7 +1287,6 @@ int scprintf(const char *fmt, ...)
{
va_list vargs;
va_start(vargs, fmt);
va_end(vargs);
if (gPrint) return (*gPrint)(fmt, vargs);
else return vprintf(fmt, vargs);
}

0 comments on commit 19dcb35

Please sign in to comment.