X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Futil.cxx;h=3ba719688cdfa1a478460defe1d01b97e7d13aea;hb=5033779192e8152cfeba49a8890bc60044785f6b;hp=e790e27e7adf3d0fcd5ac18e6b82aee4d730b0d0;hpb=3b3f6719746e3877a3aeedbd6b944a55960ae792;p=flightgear.git diff --git a/src/Main/util.cxx b/src/Main/util.cxx index e790e27e7..3ba719688 100644 --- a/src/Main/util.cxx +++ b/src/Main/util.cxx @@ -198,6 +198,9 @@ fgUnescape (const char *s) } +// Write out path to validation node and read it back in. A Nasal +// listener is supposed to replace the path with a validated version +// or an empty string otherwise. const char *fgValidatePath (const char *str, bool write) { static SGPropertyNode_ptr r, w;