Skip to content

Commit

Permalink
[41_2] Fix ps_load ramdisc url on macOS
Browse files Browse the repository at this point in the history
Follow-up of #1197
  • Loading branch information
da-liii authored Oct 9, 2023
1 parent ef6dba5 commit 5b9efa3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/System/Files/image_files.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,7 @@ ps_load (url image, bool conv) {
if (is_none (name))
name= "$TEXMACS_PATH/misc/pixmaps/unknown.png";

#ifdef OS_WIN
if (is_ramdisc (name)) name= get_from_ramdisc (name);
#endif

string s = "", suf= suffix (image);
if (suf == "ps" || suf == "eps") {
Expand Down

0 comments on commit 5b9efa3

Please sign in to comment.