11 Oct
2005
11 Oct
'05
9:49 a.m.
On 10/11/05, Ben Fowler <ben.the.mole@...400...> wrote:
On 10/10/05, bulia byak <buliabyak@...400...> wrote:
On 10/10/05, Ben Fowler <ben.the.mole@...400...> wrote:
...
I was looking here http://www.inkscape.org/doc/doxygen/html/inkscape_8cpp.php#a38 , where inkscape_load_preferences( ) calls sp_input_load_from_preferences() .
Incidentally, at the head of that function is code like:
Inkscape::XML::Node *devices = inkscape_get_repr(INKSCAPE, "devices"); if (devices == NULL) return;
Now, the variable devices after the call to inkscape_get_repr is not NULL, but the repr within it is.
Does this code properly express the intentions of its author ...
Ben