We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31497e9 commit 7d98817Copy full SHA for 7d98817
libbirdfont/BirdFontFile.vala
@@ -466,7 +466,7 @@ class BirdFontFile : GLib.Object {
466
// FIXME: name etc.
467
os.put_string (@"\t\t<layer name= \"$(layer.name)\" visible=\"$(layer.visible)\">\n");
468
469
- PathList all_path = layer.get_all_paths ();
+ PathList all_paths = layer.get_all_paths ();
470
471
foreach (Path p in all_paths.paths) {
472
data = get_point_data (p);
0 commit comments