Changeset 8450


Ignore:
Timestamp:
2004-11-04T16:11:00+13:00 (19 years ago)
Author:
jrm21
Message:

setdefaultmacro() didn't work because the args were being passed
on in the wrong order

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/lib/display.cpp

    r7397 r8450  
    601601{
    602602  // **** Looks to me like the last two parameters are the wrong way around!!!
    603   return setdefaultmacro (macroname, package, params, macrovalue, "memory");
     603  return setdefaultmacro (package, macroname, params, "memory", macrovalue);
    604604}
    605605
Note: See TracChangeset for help on using the changeset viewer.