2004-10-18 [christoph] 0.9.12cvs127
[claws.git] / src / procmsg.c
index c89b2cf4136a64fe7ba9e8639e9e6d62e68509ff..9e5d41180abe95c277c179fd2a982943cd274726 100644 (file)
@@ -721,7 +721,7 @@ gint procmsg_save_to_outbox(FolderItem *outbox, const gchar *file,
                gchar tmp[MAXPATHLEN + 1];
 
                g_snprintf(tmp, sizeof(tmp), "%s%ctmpmsg.out.%08x",
-                          get_rc_dir(), G_DIR_SEPARATOR, (guint)random());
+                          get_rc_dir(), G_DIR_SEPARATOR, (guint) rand());
                
                if (procmsg_remove_special_headers(file, tmp) !=0)
                        return -1;