Index: bench/PatchBench.cpp |
diff --git a/bench/PatchBench.cpp b/bench/PatchBench.cpp |
index 80d5ce0db1e6ed22ad7a8c83216a33352936fc3f..f029584a45f7a943cca988f6bc2bd5d1cac4da2f 100644 |
--- a/bench/PatchBench.cpp |
+++ b/bench/PatchBench.cpp |
@@ -101,7 +101,7 @@ protected: |
} |
SkString type; |
this->appendName(&type); |
- fName.printf("patch_%s_%s_[%f,%f]", type.c_str(), vertexMode.c_str(), |
+ fName.printf("patch_%s_%s_%fx%f", type.c_str(), vertexMode.c_str(), |
fScale.x(), fScale.y()); |
return fName.c_str(); |
} |