-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR: ports/78709 Submitted by: maintainer
- Loading branch information
Sergey Matveychuk
authored and
Sergey Matveychuk
committed
Mar 13, 2005
1 parent
3167a10
commit b0f8e1f
Showing
5 changed files
with
28 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
MD5 (mpc-0.11.0.tar.gz) = 7b58088f3ceba47b6466d1226993ad99 | ||
SIZE (mpc-0.11.0.tar.gz) = 163502 | ||
MD5 (mpc-0.11.2.tar.gz) = c8411da7936662312cf9483f3490e285 | ||
SIZE (mpc-0.11.2.tar.gz) = 103483 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- 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 ) { | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.