fix windows

This commit is contained in:
Xuan Son Nguyen 2026-06-22 16:20:56 +02:00
parent 61653c7989
commit 1b82e9ae51

View File

@ -829,7 +829,7 @@ static void handle_media(
bool accept_base64_uri) {
if (!media_path.empty()) {
// should already be enforced by arg.cpp, but checking just in case
GGML_ASSERT(string_ends_with(media_path, "/"));
GGML_ASSERT(media_path.back() == DIRECTORY_SEPARATOR);
}
if (string_starts_with(url, "http")) {