~audio-recorder/audio-recorder/trunk

« back to all changes in this revision

Viewing changes to src/utility.c

  • Committer: Osmo Antero Maatta
  • Date: 2012-04-02 08:00:13 UTC
  • Revision ID: osmoma@gmail.com-20120402080013-j53uzf9qypf3hnsm
SomeĀ GUIĀ improvements

Show diffs side-by-side

added added

removed removed

Lines of Context:
287
287
        label = "KB";
288
288
    } else {
289
289
        div = 1;
290
 
        label = "bytes";
 
290
        label = ""; // "bytes"
291
291
    }
292
292
 
293
293
    gchar *txt = g_strdup_printf("%02.1F %s", ((gdouble)fsize / (gdouble)div), label);