Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 389e3815 authored by Tomasz Wasilczyk's avatar Tomasz Wasilczyk
Browse files

Use String8/16 c_str [backup]

Bug: 295394788
Test: TH
Change-Id: I8e87ed078797cc941a16d1b2a3f96e0d668bf4ec
parent a2d740da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ static int perform_list(const char* filename)
                size_t dataSize;
                err = reader.ReadEntityHeader(&key, &dataSize);
                if (err == 0) {
                    printf("   entity: %s (%zu bytes)\n", key.string(), dataSize);
                    printf("   entity: %s (%zu bytes)\n", key.c_str(), dataSize);
                } else {
                    printf("   Error reading entity header\n");
                }