correct a type in the error message
git-svn-id: https://svn.musicpd.org/mpd/trunk@2625 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
		| @@ -449,7 +449,7 @@ int handleFind(FILE * fp, unsigned int * permission, int argArrayLength, | |||||||
| 			argArrayLength-1, &items); | 			argArrayLength-1, &items); | ||||||
|  |  | ||||||
| 	if(numItems <= 0) { | 	if(numItems <= 0) { | ||||||
| 		commandError(fp, ACK_ERROR_ARG, "incorrect ags", NULL);  | 		commandError(fp, ACK_ERROR_ARG, "incorrect arguments", NULL);  | ||||||
| 		return -1; | 		return -1; | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Warren Dukes
					Warren Dukes