[GRASS5] [bug #2253] (grass) G3d_writeWindow() uses variable with no value

this bug's URL: http://intevation.de/rt/webrt?serial_num=2253
-------------------------------------------------------------------------

Subject: G3d_writeWindow() uses variable with no value

Platform: GNU/Linux/i386
grass obtained from: Trento Italy site
grass binary for platform: Compiled from Sources
GRASS Version: 5.0.3

The function G3d_writeWindow() (in g3dwindowio.c) uses the variable path before
it is given a value. The calls to G3d_getWindowLocation() and G3d_createPath()
(on lines 255 and 256) should probably be moved above the if statement starting
on line 241 so that path has a value for the call to sprintf() on line 249

-------------------------------------------- Managed by Request Tracker