TIVI-153: Add as dependency for iputils
[profile/ivi/opensp.git] / packaging / opensp-sigsegv.patch
1 --- OpenSP-1.5.2/lib/ExtendEntityManager.cxx    2005-11-05 10:05:20.000000000 +0100
2 +++ OpenSP-1.5.2.new/lib/ExtendEntityManager.cxx        2007-06-21 12:56:26.000000000 +0200
3 @@ -1238,7 +1238,8 @@ StorageObjectSpec::StorageObjectSpec()
4  }
5  
6  StorageObjectSpec::StorageObjectSpec(const StorageObjectSpec& x)
7 -: codingSystemName(x.codingSystemName),
8 +: storageManager(x.storageManager),
9 +  codingSystemName(x.codingSystemName),
10    codingSystem(x.codingSystem),
11    specId(x.specId),
12    baseId(x.baseId),
13 @@ -1253,6 +1254,7 @@ StorageObjectSpec::StorageObjectSpec(con
14  StorageObjectSpec& StorageObjectSpec::operator=(const StorageObjectSpec& x)
15  {
16    if (this != &x) {
17 +    storageManager = x.storageManager;
18      codingSystemName = x.codingSystemName;
19      codingSystem = x.codingSystem;
20      specId = x.specId;