Changeset 79287

Timestamp:
Jul 5, 2012, 3:56:50 PM (10 years ago)
Author:
Jurko Gospodnetic
Message:

Boost Jam cleanup - made the buf variable in pathunix.c module's path_key() function more local instead of it being named a temporary but being used a long way away. This could not be done before because ShortPathToLongPath() used to cheat and temporarily change its 'const string' parameter internally which would cause the ShortPathToLongPath() call in this function to fail if we passed it object_str( normalized ) instead of buf->value even though they hold the same content.

(No files)

Note: See TracChangeset for help on using the changeset viewer.