Luigi Cataldi wrote:
> musixpss.c: warning: the `gets' function is dangerous and should not be used.

Replace
    gets(txt)
by
    fgets(txt, n, stdin)
where "n" is the max. number of bytes to read, i.e., at most the allocated size 
of the variable txt.

I haven't looked at the source code so I can't give a more precise suggestion.

--      Peter Vanroose.








      __________________________________________________________
Går det långsamt? Skaffa dig en snabbare bredbandsuppkoppling. 
Sök och jämför priser hos Kelkoo.
http://www.kelkoo.se/c-100015813-bredband.html?partnerId=96914325

_______________________________________________
tex-mu...@icking-music-archive.org mailing list
If you want to unsubscribe or look at the archives, go to 
http://mailman.nfit.au.dk/mailman/listinfo/icking-music-archive.org-tex-music

Reply via email to