2023-03-07 Fred Gleason <fredg@paravelsystems.com>

* Corrected a maintainer's note in 'lib/rdcoreapplication.cpp'.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2023-03-07 10:13:41 -05:00
parent 8f9ab765c5
commit c1dbdd2066
2 changed files with 3 additions and 1 deletions

View File

@ -24001,3 +24001,5 @@
2023-03-03 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the PyPAD API that caused incorrect date/time
resolutions when using the 'MMM' wildcard.
2023-03-07 Fred Gleason <fredg@paravelsystems.com>
* Corrected a maintainer's note in 'lib/rdcoreapplication.cpp'.

View File

@ -55,7 +55,7 @@ RDCoreApplication::RDCoreApplication(const QString &module_name,
//
// Maintainer's Note
//
// This for the 'ident' value passed to openlog(1). It *must*
// This for the 'ident' value passed to openlog(3). It *must* be
// an actual (const char *) string stored on the heap. *Don't* pass
// a QByteArray!
//