~ubuntu-branches/debian/sid/eso-midas/sid

« back to all changes in this revision

Viewing changes to libsrc/st/scc.c

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2015-06-10 14:20:37 UTC
  • mfrom: (1.2.1) (6.1.9 experimental)
  • Revision ID: package-import@ubuntu.com-20150610142037-6iowpbtyjrpou36o
Tags: 15.02pl1.3-1
* New upstream version
* Add CI tests
* Move back to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
242
242
stat = MID_CCRE(catfile,type,catdsc,&mycno);
243
243
if (stat != ERR_NORMAL)
244
244
   {
245
 
   if (stat = ERR_INPINV)
 
245
   if (stat == ERR_INPINV)
246
246
      SCTPUT("(ERR) SCCCRE: - INPINV");
247
 
   else if (stat = ERR_CATBAD)
 
247
   else if (stat == ERR_CATBAD)
248
248
      SCTPUT("(ERR) SCCCRE: - CATBAD");
249
249
   else 
250
250
      SCTPUT("(ERR) SCCCRE: - CATOVF");