Skip to content

Commit

Permalink
further windows path handling
Browse files Browse the repository at this point in the history
  • Loading branch information
wtsnjp committed Aug 12, 2024
1 parent 1d36f79 commit d38a520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/texdoclib-score.tlu
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ local function set_score(df, original_kw)
texdoc.util.dbg_print('score', msg, ...)
end

dbg_score('Start scoring ' .. df.realpath)
dbg_score('Start scoring ' .. texdoc.util.w32_path(df.realpath))
dbg_score('Name used: ' .. name)

-- get score from patterns
Expand Down

0 comments on commit d38a520

Please sign in to comment.