mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-19 22:30:06 +01:00
reloaded, add status tokens (was missing 3 tokens), fixes updates in ui
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
int status_to_arr( char *status, int *array )
|
||||
{
|
||||
int n = sscanf(status, "%d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d",
|
||||
int n = sscanf(status, "%d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d",
|
||||
array + 0,
|
||||
array + 1,
|
||||
array + 2,
|
||||
@@ -51,7 +51,10 @@ int status_to_arr( char *status, int *array )
|
||||
array + 19,
|
||||
array + 20,
|
||||
array + 21,
|
||||
array + 22 );
|
||||
array + 22,
|
||||
array + 23,
|
||||
array + 24,
|
||||
array + 25 );
|
||||
return n;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user