cue_tag: pass "const" string to cue_tag_string()
This commit is contained in:
		| @@ -193,7 +193,7 @@ cue_tag_file(FILE *fp, unsigned tnum) | ||||
| } | ||||
|  | ||||
| struct tag * | ||||
| cue_tag_string(char *str, unsigned tnum) | ||||
| cue_tag_string(const char *str, unsigned tnum) | ||||
| { | ||||
| 	struct Cd *cd; | ||||
| 	struct tag *cd_tag, *track_tag; | ||||
|   | ||||
| @@ -13,7 +13,7 @@ struct tag * | ||||
| cue_tag_file(FILE *file, unsigned tnum); | ||||
|  | ||||
| struct tag * | ||||
| cue_tag_string(char *str, unsigned tnum); | ||||
| cue_tag_string(const char *str, unsigned tnum); | ||||
|  | ||||
| #endif /* libcue */ | ||||
| #endif | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Max Kellermann
					Max Kellermann