Commit f6a441c6 authored by Rocky Bernstein's avatar Rocky Bernstein

Fixed-width 2-column track number. Should help in sorting titles.

parent afd3be73
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* cddax.c : CD digital audio input module for vlc using libcdio * cddax.c : CD digital audio input module for vlc using libcdio
***************************************************************************** *****************************************************************************
* Copyright (C) 2000,2003 VideoLAN * Copyright (C) 2000,2003 VideoLAN
* $Id: access.c,v 1.10 2003/12/02 04:16:21 rocky Exp $ * $Id: access.c,v 1.11 2003/12/03 13:49:12 rocky Exp $
* *
* Authors: Rocky Bernstein <rocky@panix.com> * Authors: Rocky Bernstein <rocky@panix.com>
* Laurent Aimar <fenrir@via.ecp.fr> * Laurent Aimar <fenrir@via.ecp.fr>
...@@ -618,7 +618,7 @@ CDDAFormatStr(const input_thread_t *p_input, cdda_data_t *p_cdda, ...@@ -618,7 +618,7 @@ CDDAFormatStr(const input_thread_t *p_input, cdda_data_t *p_cdda,
break; break;
case 'T': case 'T':
add_format_num_info(i_track, "%d"); add_format_num_info(i_track, "%02d");
break; break;
#ifdef HAVE_LIBCDDB #ifdef HAVE_LIBCDDB
not_special: not_special:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment