Remove setlocal call

The setlocal() function call is not needed, but triggers a bug in the
TITAN's float2str, log, and ttcn2string functions. The setlocal()
call breaks the float to string conversion on some locals.

The f_EPTF_StatCapture_get_time function called with format
specifier: either "%Y-%m-%d_%H.%M.%S" or "%Y-%m-%d-%H:%M:%S"
None of the local dependent.

Change-Id: Id4d4efd197ffeac3c0db2990a118ad77dcce5961
1 file changed
tree: fef2569b00aff14b7f8568eb9fe227c202b1dc1e
  1. demo/
  2. doc/
  3. src/
  4. test/
  5. tools/
  6. LICENSE
  7. README.md
  8. version.ttcnin
README.md

titan.Libraries.CLL

Core Load Library

Main project page:

https://projects.eclipse.org/projects/tools.titan

The source code of the TTCN-3 compiler and executor:

https://github.com/eclipse/titan.core