mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-23 08:09:58 +01:00
less heap size
This commit is contained in:
@@ -153,7 +153,7 @@ static void gvr_close_connection( veejay_track_t *v )
|
|||||||
|
|
||||||
static int sendvims( veejay_track_t *v, int vims_id, const char format[], ... )
|
static int sendvims( veejay_track_t *v, int vims_id, const char format[], ... )
|
||||||
{
|
{
|
||||||
gchar block[255];
|
gchar block[32];
|
||||||
gchar tmp[255];
|
gchar tmp[255];
|
||||||
va_list args;
|
va_list args;
|
||||||
gint n;
|
gint n;
|
||||||
|
|||||||
Reference in New Issue
Block a user