EPICS Home

Experimental Physics and Industrial Control System


 
2002  2003  2004  2005  2006  2007  2008  2009  <20102011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 2002  2003  2004  2005  2006  2007  2008  2009  <20102011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: [Merge] lp:~khkim/epics-base/fix-572589 into lp:epics-base
From: Andrew Johnson <[email protected]>
To: [email protected]
Date: Tue, 25 May 2010 15:53:26 -0000
Andrew Johnson has proposed merging lp:~khkim/epics-base/fix-572589 into lp:epics-base.

Requested reviews:
  EPICS Core Developers (epics-core)


Fix bug 572589; make dbl output empty commas when a named field doesn't exist.
-- 
https://code.launchpad.net/~khkim/epics-base/fix-572589/+merge/25972
Your team EPICS Core Developers is requested to review the proposed merge of lp:~khkim/epics-base/fix-572589 into lp:epics-base.
=== modified file 'src/db/dbTest.c'
--- src/db/dbTest.c	2009-07-08 19:08:22 +0000
+++ src/db/dbTest.c	2010-05-25 15:53:25 +0000
@@ -155,6 +155,7 @@
                     if (!strcmp(papfields[ifield], "recordType")) {
                         pvalue = dbGetRecordTypeName(pdbentry);
                     } else {
+			printf(", ");
                         continue;
                     }
                 } else {


Navigate by Date:
Prev: Re: Race conditions in SNL programs Benjamin Franksen
Next: [Merge] lp:~khkim/epics-base/fix-timestamp into lp:epics-base Kim, Kukhee
Index: 2002  2003  2004  2005  2006  2007  2008  2009  <20102011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: Race conditions in SNL programs Benjamin Franksen
Next: [Merge] lp:~khkim/epics-base/fix-timestamp into lp:epics-base Kim, Kukhee
Index: 2002  2003  2004  2005  2006  2007  2008  2009  <20102011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024