[med-svn] [SCM] aghermann branch, master, updated. 4f7a3b774136ffffbaf9b05d90bd568347bc5461
andrei zavada
johnhommer at gmail.com
Fri Nov 16 00:50:28 UTC 2012
The following commit has been merged in the master branch:
commit 11a9d8b68999292cf59d146e9e3cc7938ded0b0b
Author: andrei zavada <johnhommer at gmail.com>
Date: Tue Oct 23 19:22:28 2012 +0300
output "common timeline" in same stream in populate_1
diff --git a/src/ui/ed-populate.cc b/src/ui/ed-populate.cc
index 33b6989..8c6660f 100644
--- a/src/ui/ed-populate.cc
+++ b/src/ui/ed-populate.cc
@@ -403,8 +403,8 @@ populate_1()
calculate_profile_scale();
printf( "SExpDesignUI::populate_1(): common timeline:\n");
- fputs( asctime( localtime(&earliest_start)), stderr);
- fputs( asctime( localtime(&latest_end)), stderr);
+ fputs( asctime( localtime(&earliest_start)), stdout);
+ fputs( asctime( localtime(&latest_end)), stdout);
tl_left_margin = tl_right_margin = 0;
--
Sleep experiment manager
More information about the debian-med-commit
mailing list