File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
samples-android/CollectAllTheStarsNative/src/main/cpp Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ Engine::ResolveConflicts(gpg::SnapshotManager::OpenResponse const &originalRespo
197197 manager.OpenBlocking (originalResponse.conflict_original .FileName (),
198198 gpg::SnapshotConflictPolicy::MANUAL);
199199 gpg::SnapshotManager::ReadResponse responseReadBase =
200- manager.ReadBlocking (responseBase.data );
200+ manager.ReadBlocking (responseBase.conflict_original );
201201 ParseSnapshotData (responseReadBase.data );
202202
203203 // Temporary store data,
@@ -211,7 +211,7 @@ Engine::ResolveConflicts(gpg::SnapshotManager::OpenResponse const &originalRespo
211211 manager.OpenBlocking (originalResponse.conflict_unmerged .FileName (),
212212 gpg::SnapshotConflictPolicy::MANUAL);
213213 gpg::SnapshotManager::ReadResponse responseReadRemote =
214- manager.ReadBlocking (responseRemote.data );
214+ manager.ReadBlocking (responseRemote.conflict_unmerged );
215215 ParseSnapshotData (responseReadRemote.data );
216216
217217 // Merging them
You can’t perform that action at this time.
0 commit comments