diff --git a/doc/users_guide/evio_Users_Guide.docx b/doc/users_guide/evio_Users_Guide.docx index 9f4c0a1c..c2370eb8 100644 Binary files a/doc/users_guide/evio_Users_Guide.docx and b/doc/users_guide/evio_Users_Guide.docx differ diff --git a/doc/users_guide/evio_Users_Guide.pdf b/doc/users_guide/evio_Users_Guide.pdf index 1de86247..3d3a69b2 100644 Binary files a/doc/users_guide/evio_Users_Guide.pdf and b/doc/users_guide/evio_Users_Guide.pdf differ diff --git a/pom.xml b/pom.xml index adb74c7f..e8aa0494 100644 --- a/pom.xml +++ b/pom.xml @@ -64,6 +64,18 @@ AHACompressionAPI ${aha.version} + + org.junit.jupiter + junit-jupiter + RELEASE + test + + + org.junit.jupiter + junit-jupiter + RELEASE + test + diff --git a/src/libsrc/evio.c b/src/libsrc/evio.c index 8691bc1e..e29749d9 100644 --- a/src/libsrc/evio.c +++ b/src/libsrc/evio.c @@ -2029,7 +2029,7 @@ int evStrInsertBeforeSpecifier(char *str, uint32_t n, const char *insert, char * *

All occurrences of the string "%s" in the baseFileName will be substituted with the * value of the runType arg or nothing if the runType is null.

* - *

The given fileName may contain uyp to 3, C-style int format specifiers which will be substituted + *

The given fileName may contain up to 3, C-style int format specifiers which will be substituted * with runNumber, splitNumber and streamId in the manner described below.

* * *
  • If 3 specifiers:
  • * * *