mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
GIT: Initial state after latest Foundation merge
This commit is contained in:
@ -81,7 +81,7 @@ int main(int argc, char *argv[])
|
||||
string me("Mark");
|
||||
|
||||
// Handling of null strings
|
||||
if (regExp(NULL).match(me))
|
||||
if (regExp(nullptr).match(me))
|
||||
{
|
||||
Info<< "fail - matched: " << me << endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user