1
1

Wow. How did that one get through?

This commit was SVN r15514.
Этот коммит содержится в:
Jeff Squyres 2007-07-19 17:18:10 +00:00
родитель 6427c9f92a
Коммит 7ae4a22ed5

Просмотреть файл

@ -71,7 +71,7 @@ static int guess_strlen(const char *fmt, va_list ap)
len += (int)strlen(sarg);
} else {
#if OMPI_ENABLE_DEBUG
opal_output(0, "OPAL DEBUG WARNING: Got a NULL argument to opal_vasprintf %s!\n");
opal_output(0, "OPAL DEBUG WARNING: Got a NULL argument to opal_vasprintf!\n");
#endif
len += 5;
}