Changeset 61


Ignore:
Timestamp:
10/30/2008 11:06:00 PM (14 years ago)
Author:
marcus
Message:

r46 | svn | 2008-10-14 12:12:56 +0200 (Di, 14 Okt 2008) | 1 line

fixed bug on variable translation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SH_SHM/trunk/source/motif/mfexec.c

    r60 r61  
    418418                /* if addlist is a variable, translate it */ 
    419419                if  (addlist[0] == '$')  { 
    420                         strcpy( vstr, addlist ); 
     420                        vstr[0] = 'v'; 
     421                        strcpy( vstr+1, addlist ); 
    421422                        GpReadParameter( vstr, cBcLongStrLth, addlist, &ok ); 
    422423                        if  (!ok)  { 
Note: See TracChangeset for help on using the changeset viewer.