From 1e60f8bc749f8149a9f5a4d19f49479d07fcf377 Mon Sep 17 00:00:00 2001 From: Vipin Thomas <vipin.thomas@stud.th-deg.de> Date: Tue, 22 Jun 2021 14:29:21 +0000 Subject: [PATCH] Update pixel.cpp --- pixel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixel.cpp b/pixel.cpp index 3055d6f..72739b4 100644 --- a/pixel.cpp +++ b/pixel.cpp @@ -134,6 +134,6 @@ int dec = 0, i = 7, b=0,rem=0; void toAscii(char *c) { int n=(int)*c; - key=(char)n; + c=(char)n; } -- GitLab