monotone-devel
[Top][All Lists]
Advanced

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

[Monotone-devel] Re: MinGW patch


From: graydon hoare
Subject: [Monotone-devel] Re: MinGW patch
Date: Tue, 06 Apr 2004 12:16:43 -0400
User-agent: Mozilla Thunderbird 0.5 (X11/20040208)

Jon Bright wrote:

--- ../monotone-pulled/monotone.cc      Mon Mar 29 17:52:22 2004
+++ monotone.cc Tue Mar 30 14:16:26 2004
@@ -136,6 +136,8 @@
   bindtextdomain(PACKAGE, LOCALEDIR);
   textdomain(PACKAGE);

+  fs::path::default_name_check(fs::native);
+

huh. that's strange. I thought I was using mkpath() to build paths everywhere, which does the fs::native check as part of it. could you perhaps pick out the place where it was making a path and *not* calling mkpath()?

-graydon




reply via email to

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