Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
After removing string padding in the previous commit.
  • Loading branch information
joyfullservice committed Nov 17, 2023
1 parent 9b6e1dd commit 259a8df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Version Control.accda.src/modules/clsPerformance.cls
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ Private Function SortItemsByTime(dItems As Dictionary) As Dictionary

' Build our list of records
For Each varKey In dItems.Keys
' Create a record like this: "00062840.170000|Export Form Objects ..."
' Create a record like this: "00062840.170000|Export Form Objects"
strRecord = Format$(dItems(varKey).Total, "00000000.000000") & "|" & CStr(varKey)
' Add to array.
varItems(lngCnt) = strRecord
Expand Down
2 changes: 1 addition & 1 deletion Version Control.accda.src/vcs-options.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Info": {
"AddinVersion": "4.0.26",
"AddinVersion": "4.0.27",
"AccessVersion": "14.0 32-bit"
},
"Options": {
Expand Down

0 comments on commit 259a8df

Please sign in to comment.