Changeset 543

Show
Ignore:
Timestamp:
02/19/07 16:19:43 (2 years ago)
Author:
chtekk
Message:

Fix SQL clause.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/vcd/methods/vg/vg_vx_list.c

    r540 r543  
    5656                        "ON xid_name_map.xid = xid_gid_map.xid " 
    5757                        "WHERE xid_gid_map.gid = %d " 
    58                         "ORDER BY xid ASC", 
     58                        "ORDER BY xid_name_map.name ASC", 
    5959                        gid); 
    6060