Changeset 569

Show
Ignore:
Timestamp:
03/08/07 17:49:41 (2 years ago)
Author:
hollow
Message:

fix comopilation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/vcd/methods/vx/vx_create.c

    r568 r569  
    241241        /* check if tagxid option is enabled */ 
    242242        ix_attr_t attr; 
    243  
    244         if (ix_attr_get(".", &attr) == -1) 
     243        attr.filename = "."; 
     244 
     245        if (ix_attr_get(&attr) == -1) 
    245246                method_return_sys_fault(env, "ix_attr_get"); 
    246247