John Darrington <[EMAIL PROTECTED]> writes: > Can somebody explain to me from whence comes the magic number 1022 on > line 608 of list.q ? > > > line_buf = xmalloc (max (1022, largest_page_width) + 2);
I suspect that I wanted to ensure that at least 1024 bytes were allocated. Why, I don't know. It'd be better to use `struct string' and the ds_* routines. -- Ben Pfaff email: [EMAIL PROTECTED] web: http://benpfaff.org _______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
