diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-08-19 18:52:38 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-08-19 18:52:38 +0000 |
| commit | b432dc873778f989f0dba95a87e1511558eb44ec (patch) | |
| tree | d5d868afdef3ed069e9cfa58129b60e82a9b71ea /gui | |
| parent | 264c16e9895968fc63df446427b626042fbc88b0 (diff) | |
| download | pcsxr-b432dc873778f989f0dba95a87e1511558eb44ec.tar.gz | |
make silence.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86749 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'gui')
| -rwxr-xr-x | gui/GtkGui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/GtkGui.c b/gui/GtkGui.c index 34a6806b..d531128e 100755 --- a/gui/GtkGui.c +++ b/gui/GtkGui.c @@ -241,7 +241,7 @@ gchar* get_cdrom_label_trim() { gchar* get_cdrom_label_id(const gchar* suffix) { const u8 lblmax = sizeof(CdromId) + sizeof(CdromLabel) + 20u; - printf("MAx %u\n", lblmax); + //printf("MAx %u\n", lblmax); char buf[lblmax]; gchar *trimlabel = get_cdrom_label_trim(); |
