[chronojump] Fixed last commit
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Fixed last commit
- Date: Mon, 6 Mar 2017 09:05:32 +0000 (UTC)
commit 3ef190810088e501a5d8d5e34a8b4e1d60c55f3a
Author: Xavier de Blas <xaviblas gmail com>
Date: Mon Mar 6 10:05:15 2017 +0100
Fixed last commit
src/util.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/util.cs b/src/util.cs
index 2b6fabe..470deee 100644
--- a/src/util.cs
+++ b/src/util.cs
@@ -966,7 +966,7 @@ public class Util
return Path.Combine(Path.GetTempPath(), "encoder_trigger.txt");
}
public static string GetEncoderTriggerDateTimeFileName() {
- return Path.Combine(Path.GetTempPath(), "encoder_trigger_" + DateTime.Now.ToString() +
".txt");
+ return Path.Combine(Path.GetTempPath(), "encoder_trigger_" + UtilDate.ToFile(DateTime.Now) +
".txt");
}
/********** end of encoder paths ************/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]