# HG changeset patch # User William Pitcock # Date 1192416797 18000 # Node ID 609169a441a79c2c60fbcbcf5cca193716f3e80d # Parent e7acdde315caad8af40c8c018fcbb845d398e7c3 update for new API diff -r e7acdde315ca -r 609169a441a7 src/cue/cuesheet.c --- a/src/cue/cuesheet.c Sun Oct 14 20:11:54 2007 -0500 +++ b/src/cue/cuesheet.c Sun Oct 14 21:53:17 2007 -0500 @@ -253,7 +253,7 @@ #ifdef DEBUG g_print("cue_file = %s\n", cue_file); #endif - pr = input_check_file(cue_file, FALSE); + pr = aud_input_check_file(cue_file, FALSE); if (pr == NULL) return NULL; dec = pr->ip; @@ -451,7 +451,7 @@ if (cue_file == NULL || !aud_vfs_file_test(cue_file, G_FILE_TEST_EXISTS)) return; - pr = input_check_file(cue_file, FALSE); + pr = aud_input_check_file(cue_file, FALSE); if (pr == NULL) return;