2025-08-11 00:49 CEST

spring: develop 1a4c6c88 Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent
tvo tvo develop 2006-11-02 14:22:56 develop 661f1509
Changeset * Fix MinGW GroupAI clear group crash bug (0000273).
  Problem was marshalling of std::string objects
  across DLL boundaries (yeah again...)
  Worked around it by manually forcing a hard copy of
  the strings to be made (by converting to c_str and
  back).
  See comments in code for details.


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2532 37977431-3df6-0310-b722-df95706aa16b
mod - rts/ExternalAI/Group.cpp Diff ] File ]