Skip to content

Commit d38a520

Browse files
committed
further windows path handling
1 parent 1d36f79 commit d38a520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/texdoclib-score.tlu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ local function set_score(df, original_kw)
160160
texdoc.util.dbg_print('score', msg, ...)
161161
end
162162

163-
dbg_score('Start scoring ' .. df.realpath)
163+
dbg_score('Start scoring ' .. texdoc.util.w32_path(df.realpath))
164164
dbg_score('Name used: ' .. name)
165165

166166
-- get score from patterns

0 commit comments

Comments
 (0)