GNU bug report logs -
#78597
[PATCH 0/2] Update mpv configuration
Previous Next
Reported by: Tomas Volf <~@wolfsden.cz>
Date: Mon, 26 May 2025 21:17:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Full log
Message #26 received at 78597 <at> debbugs.gnu.org (full text, mbox):
* gnu/home/services/mpv.scm (serialize-mpv/list-of-file): Use : as delimiter.
Reported-by: Sergey Trofimov <sarg <at> sarg.org.ru>
Change-Id: I7e55b306104c235d165ab138397b767f1af5c124
---
v2: Use : as delimiter in mpv/list-of-file.
v3: Rebase on master.
gnu/home/services/mpv.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/home/services/mpv.scm b/gnu/home/services/mpv.scm
index 50d3f06c46..54c6b86680 100644
--- a/gnu/home/services/mpv.scm
+++ b/gnu/home/services/mpv.scm
@@ -227,7 +227,7 @@ (define (mpv/list-of-string? lst)
(define (serialize-mpv/list-of-file field-name lst)
#~(string-append #$(symbol->string field-name)
"="
- (string-join '#$lst ",")
+ (string-join '#$lst ":")
"\n"))
(define (mpv/list-of-file? lst)
(every mpv/file? lst))
--
2.49.0
This bug report was last modified 7 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.