diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index 6bdb857..5c235a8 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2011.07.12.155417" +#define Cdrskin_timestamP "2011.07.12.173727" diff --git a/libburn/sg-solaris.c b/libburn/sg-solaris.c index 261b734..cf966ea 100644 --- a/libburn/sg-solaris.c +++ b/libburn/sg-solaris.c @@ -785,13 +785,11 @@ int burn_os_stdio_capacity(char *path, off_t *bytes) #endif char *testpath = NULL, *cpt; - long blocks; off_t add_size = 0; BURN_ALLOC_MEM(testpath, char, 4096); testpath[0] = 0; - blocks = *bytes / 512; if (stat(path, &stbuf) == -1) { strcpy(testpath, path); cpt = strrchr(testpath, '/');