From: Andre Noll Date: Thu, 14 May 2009 06:34:06 +0000 (+0200) Subject: struct writer_node: Store the number of the writer rather than a pointer. X-Git-Tag: v0.3.5~47 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;ds=sidebyside;h=09bf3971a58fd1044c145b25429c4886966c7d2a;hp=09bf3971a58fd1044c145b25429c4886966c7d2a;p=paraslash.git struct writer_node: Store the number of the writer rather than a pointer. This makes it easier to get the name of the writer from the writer_node struct. ---