pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[patch #6303] Support alternate format for variable display parameters r


From: John Darrington
Subject: [patch #6303] Support alternate format for variable display parameters record in sysfiles
Date: Thu, 06 Dec 2007 07:38:49 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20061205 Iceweasel/2.0.0.1 (Debian-2.0.0.1+dfsg-2)

Update of patch #6303 (project pspp):

             Assigned to:                     jmd => blp                    

    _______________________________________________________

Follow-up Comment #1:

On this line, 
 sys_warn (r, _("Extension 11 has bad count %zu (for %zu variables)."), 
count, dict_get_var_cnt (dict));

you could save a function call by writing n_vars instead of dict_get_var_cnt
(dict).

I presume that your assertion that it's the display width that is missing, is
merely an educated guess?  There are of course a lot of these sort of guesses
in this sys-file reader, but I suppose we have to make such guesses in the
absence of a spec.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?6303>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]