Skip to content

Commit

Permalink
GC Bug #79 (on v10)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakejustus committed Feb 17, 2015
1 parent 30e6837 commit 2c2ace9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/progress/pct/v10/pctCompile.p
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ PROCEDURE importXref.
END PROCEDURE.

FUNCTION getTimeStampDF RETURNS DATETIME(INPUT d AS CHARACTER, INPUT f AS CHARACTER):
RETURN getTimeStampF(d + '/':U + f).
RETURN getTimeStampF(d + (IF d EQ '':U THEN '':U ELSE '/':U) + f).
END FUNCTION.

FUNCTION getTimeStampF RETURNS DATETIME(INPUT f AS CHARACTER):
Expand Down

0 comments on commit 2c2ace9

Please sign in to comment.