diff src/lib-storage/index/dbox-single/sdbox-file.c @ 13287:957060ca5b69

Moved GUID code to liblib. Use guid_128_t type consistently everywhere.
author Timo Sirainen <tss@iki.fi>
date Thu, 25 Aug 2011 01:16:11 +0300
parents 3984231cd873
children 10320252b521
line wrap: on
line diff
--- a/src/lib-storage/index/dbox-single/sdbox-file.c	Thu Aug 25 00:27:41 2011 +0300
+++ b/src/lib-storage/index/dbox-single/sdbox-file.c	Thu Aug 25 01:16:11 2011 +0300
@@ -119,7 +119,7 @@
 	}
 	return t_strdup_printf("%s-%s-%u",
 			p == NULL ? srcpath : t_strdup_until(srcpath, p),
-			mail_guid_128_to_string(file->mbox->mailbox_guid),
+			guid_128_to_string(file->mbox->mailbox_guid),
 			file->uid);
 }