Ignore:
Timestamp:
Apr 26, 2010, 4:51:52 PM (15 years ago)
Author:
Herwig Bauernfeind
Message:

GUI-Tools: Latest EVFSGUI changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/guitools-2.0/shared/rxrpclib.vrs

    r405 r450  
    344344            leave
    345345        end
     346        if pos("TDB(", translate(rpcline)) > 0 then do
     347            Failure = 1
     348            /* provide a fake NT_STATUS */
     349            rpcline = 'NT_STATUS_TDBERROR 'rpcline
     350            leave
     351        end
     352
    346353        parse var rpcline token ':' tvalue
    347354        token = translate(strip(strip(translate(token),'L','09'x)),'_',' ')
Note: See TracChangeset for help on using the changeset viewer.