Skip to content
Snippets Groups Projects
Commit 3b0f7065 authored by T.Wadi's avatar T.Wadi
Browse files

Modifications in Printlogo function (Bug Fix)

parent 5b47be4a
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
int main() int main()
{ {
PrintLogo
return 0; return 0;
} }
...@@ -49,7 +49,7 @@ int askYesOrNo(char *Question) ...@@ -49,7 +49,7 @@ int askYesOrNo(char *Question)
/**********************************************************/ /**********************************************************/
void PrintLogo () void PrintLogo ()
{ {
FILE *titel = fopen("titel.txt","r"); FILE *titel = fopen("Logo.txt","r");
char output[150]; char output[150];
if(titel) if(titel)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment