+ struct id3_tag *current_id3;
+ int fd;
+ int current_totalsize;
+ struct stat stat_buf;
+
+ fd = open(filename, O_RDWR);
+ if (fd == -1)
+ /*
+ * Rewrite the file.
+ */
+ stat(filename, &stat_buf);