emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#45645: closed (Please revoke this commit: 7dd1a2174a8376c521dcf271e3


From: GNU bug Tracking System
Subject: bug#45645: closed (Please revoke this commit: 7dd1a2174a8376c521dcf271e3b76f64096074fe)
Date: Thu, 10 Jun 2021 06:48:02 +0000

Your message dated Thu, 10 Jun 2021 08:47:42 +0200
with message-id 
<9cfd2f6bfd2a57a2ba8dc5bb89f7fe7fc73729c4.camel@student.tugraz.at>
and subject line Re: bug#45645: Please revoke this commit: 
7dd1a2174a8376c521dcf271e3b76f64096074fe
has caused the debbugs.gnu.org bug report #45645,
regarding Please revoke this commit: 7dd1a2174a8376c521dcf271e3b76f64096074fe
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
45645: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45645
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: Please revoke this commit: 7dd1a2174a8376c521dcf271e3b76f64096074fe Date: Mon, 04 Jan 2021 09:52:38 +0800

Sorry for submitting the wrong patch.

Recently, when I checked the sdcv source code, I found that this environment 
variable does not support multiple paths and is separated by colons.


```
    const gchar *stardict_data_dir = g_getenv("STARDICT_DATA_DIR");
    std::string data_dir;
    if (!opt_data_dir) {
        if (!only_data_dir) {
            if (stardict_data_dir)
                data_dir = stardict_data_dir;
            else
                data_dir = "/usr/share/stardict/dic";
        }
    } else {
        data_dir = get_impl(opt_data_dir);
    }

```

Please revoke the content of this commit.

luhux



--- End Message ---
--- Begin Message --- Subject: Re: bug#45645: Please revoke this commit: 7dd1a2174a8376c521dcf271e3b76f64096074fe Date: Thu, 10 Jun 2021 08:47:42 +0200 User-agent: Evolution 3.34.2
Commit has successfully been revoked.
Thanks!



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]