ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/readable.C
(Generate patch)

Comparing deliantra/server/common/readable.C (file contents):
Revision 1.25 by root, Mon May 28 21:21:40 2007 UTC vs.
Revision 1.26 by root, Mon Jun 4 12:19:08 2007 UTC

969 t = get_empty_book (); 969 t = get_empty_book ();
970 t->name = book->name; 970 t->name = book->name;
971 t->authour = book->title; 971 t->authour = book->title;
972 t->size = strlen (book->msg); 972 t->size = strlen (book->msg);
973 t->msg_index = strtoint (book->msg); 973 t->msg_index = strtoint (book->msg);
974 t->archname = book->arch->name; 974 t->archname = book->arch->archname;
975 t->level = book->level; 975 t->level = book->level;
976 976
977 t->next = tl->first_book; 977 t->next = tl->first_book;
978 tl->first_book = t; 978 tl->first_book = t;
979 tl->number++; 979 tl->number++;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines