X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=vss.c;h=cb99366be353bdf40f852afc291ac0d1b1ae532c;hb=51cab2aba416fc1d57336f4e72da6b76ec60174c;hp=fbe740a892b9108a6fa4ac5b78421c79f6bc3631;hpb=13f8214c662144b2afa5c9fbf3cf2fbe1e9a36f0;p=paraslash.git diff --git a/vss.c b/vss.c index fbe740a8..cb99366b 100644 --- a/vss.c +++ b/vss.c @@ -201,11 +201,9 @@ static void vss_eof(void) strncpy(mmd->afd.afhi.info_string, tmp, sizeof(mmd->afd.afhi.info_string)); mmd->afd.afhi.info_string[sizeof(mmd->afd.afhi.info_string) - 1] = '\0'; free(tmp); - mmd->afd.path[0] = '\0'; mmd->afd.afsi.lyrics_id = 0; mmd->afd.afsi.image_id = 0; mmd->mtime = 0; - mmd->afd.attributes_string[0] = '\0'; mmd->size = 0; mmd->events++; } @@ -385,8 +383,6 @@ static void recv_afs_result(void) if (ret < 0) goto err; shm_destroy(shmid); - PARA_NOTICE_LOG("next audio file: %s (%lu chunks)\n", mmd->afd.path, - mmd->afd.afhi.chunks_total); ret = fstat(passed_fd, &statbuf); if (ret < 0) { PARA_ERROR_LOG("fstat error:\n");