Changeset 4006


Ignore:
Timestamp:
May 18, 2020, 1:40:24 PM (5 years ago)
Author:
Andreas Schnellbacher
Message:
  • GetEpmLoaderDate: Use the file returned by the C function, not just the file in netlabs\bin.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/netlabs/macros/stdctrl.e

    r4003 r4006  
    19581958
    19591959; ---------------------------------------------------------------------------
    1960 ; Returns the ISO date of the EPM loader in netlabs\bin.
     1960; Returns the ISO date of the EPM loader.
    19611961; Used by NepmdInfo to compare versions.
    19621962defproc GetEpmLoaderDate
    1963    EpmLoader = NepmdQueryInstValue( 'RootDir')'\netlabs\bin\epm.exe'
     1963   EpmLoader = NepmdScanEnv( 'NEPMD_LOADEREXECUTABLE')
    19641964   MDateTime = NepmdQueryPathInfo( EpmLoader, 'MTIME')
    19651965   parse value MDateTime with MDate MTime
     
    21762176      KeyPathCheckUrl = '\NEPMD\User\VersionCheck\CheckUrl'
    21772177      CheckUrl = QueryConfigKey( KeyPathCheckUrl)
    2178       --dprintf( 'EditNepmdVersionResult: CheckResult = 'CheckResult', Version = 'Version', NepmdVersion = 'GetNepmdVersion()', ReleaseDate = 'ReleaseDate', CheckDateTime = 'CheckDateTime)
     2178      --dprintf( 'EditNepmdVersionResult: CheckResult = 'CheckResult', Version = 'Version', NepmdVersion = 'GetNepmdVersion())
     2179      --dprintf( '                        ReleaseDate = 'ReleaseDate', CheckDateTime = 'CheckDateTime', EpmLoaderDate = 'EpmLoaderDate)
    21792180
    21802181      CheckedOn = '(checked on 'CheckDateTime')'
Note: See TracChangeset for help on using the changeset viewer.