1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-15 08:19:13 -04:00
ports/audio/mpc/files/patch-src-command.c--gcc295
Sergey Matveychuk b0f8e1f2c0 - Update to 0.11.2
PR:		ports/78709
Submitted by:	maintainer
2005-03-13 10:17:14 +00:00

16 lines
378 B
Text

--- src/command.c Sat Mar 12 22:32:11 2005
+++ src/command.c Sat Mar 12 22:32:43 2005
@@ -183,10 +183,12 @@
int cmd_crop( int argc, char ** argv, mpd_Connection * conn )
{
+ int length;
+
mpd_Status *status;
status = getStatus( conn );
- int length = ( status->playlistLength - 1 );
+ length = ( status->playlistLength - 1 );
if( status->playlistLength == 0 ) {