Commit 2e44ec58 authored by Claes Sjofors's avatar Claes Sjofors

Backup print variable init bugfix

parent f086090a
...@@ -302,7 +302,7 @@ int print_data( pwr_sAttrRef *arp, FILE *fp) ...@@ -302,7 +302,7 @@ int print_data( pwr_sAttrRef *arp, FILE *fp)
pwr_tAName attributename; pwr_tAName attributename;
pwr_tObjid objid; pwr_tObjid objid;
int object_backup; int object_backup;
int array_element; int array_element = 0;
int index; int index;
int nr; int nr;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment